projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
641b42f
)
GdkGLContext: chain finalize handler
author
Massimo Valentini
<mvalentini@src.gnome.org>
Sat, 5 Nov 2016 13:21:22 +0000
(14:21 +0100)
committer
Matthias Clasen
<mclasen@redhat.com>
Thu, 10 Nov 2016 19:34:31 +0000
(14:34 -0500)
https://bugzilla.gnome.org/show_bug.cgi?id=773979
gdk/gdkglcontext.c
patch
|
blob
|
history
diff --git
a/gdk/gdkglcontext.c
b/gdk/gdkglcontext.c
index 0dd3c5798fc818b748eb9a523c32d9974fd5e165..14157db0571b4954b985fe67bc115220557464d9 100644
(file)
--- a/
gdk/gdkglcontext.c
+++ b/
gdk/gdkglcontext.c
@@
-154,6
+154,7
@@
gdk_gl_context_finalize (GObject *gobject)
GdkGLContextPrivate *priv = gdk_gl_context_get_instance_private (context);
g_clear_pointer (&priv->paint_data, g_free);
+ G_OBJECT_CLASS (gdk_gl_context_parent_class)->finalize (gobject);
}
static void